home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TSCCPREFSFRAME / TSCCPREFSFRAME.txt
Text File  |  2008-11-03  |  2KB  |  99 lines

  1. inherited SccPrefsFrame: TSccPrefsFrame
  2.   Caption = 'Source Control Integration'
  3.   object PathLbl: TUiLabel [0]
  4.     Left = 8
  5.     Top = 8
  6.     Height = 13
  7.     Caption = 'Enter &path to add a new association:'
  8.     FocusControl = PathEdit
  9.   end
  10.   object PathBrowseBtn: TUiBrowseSpeedButton [1]
  11.     Left = 304
  12.     Top = 24
  13.     Hint = 'Browse'
  14.     BrowseEdit = PathEdit
  15.   end
  16.   object NoProvidersLbl: TUiLabel [2]
  17.     Left = 136
  18.     Top = 48
  19.     Height = 13
  20.     Caption = 'No Providers Detected'
  21.     FontColor = clRed
  22.     FontStyle = [fsBold]
  23.   end
  24.   object AssociationsLbl: TUiLabel [3]
  25.     Left = 8
  26.     Top = 64
  27.     Height = 13
  28.     Caption = '&Existing associations:'
  29.     FocusControl = AssociationsTable
  30.   end
  31.   object PathEdit: TUiBrowseEdit [4]
  32.     Left = 8
  33.     Top = 24
  34.     Width = 289
  35.     Height = 21
  36.     TabOrder = 0
  37.     OnChange = EnableControlsClick
  38.     DirsOnly = True
  39.     OnBrowse = PathBrowse
  40.   end
  41.   object AddBtn: TUiButton [5]
  42.     Left = 334
  43.     Top = 24
  44.     Width = 83
  45.     Caption = '&Add...'
  46.     TabOrder = 1
  47.     OnClick = AddClick
  48.   end
  49.   object AssociationsTable: TUiListTable [6]
  50.     Left = 8
  51.     Top = 80
  52.     Width = 409
  53.     Height = 144
  54.     HeaderCols.Items = (
  55.       '250'
  56.       '159')
  57.     HeaderCols.WideStrings = (
  58.       'Folder'
  59.       'Project')
  60.     HeaderHeight = 17
  61.     TabOrder = 2
  62.     VertLines = True
  63.     WantReturns = True
  64.     OnAllowDeleteItem = AssociationsTableAllowDeleteItem
  65.     OnClick = EnableControlsClick
  66.     OnDblClick = ConfigClick
  67.     OnDeleteItem = AssociationsTableDeleteItem
  68.     OnGetDisplayUtf8Text = AssociationsTableGetDisplayUtf8Text
  69.     OnItemsDeleted = SomethingChangedClick
  70.   end
  71.   object RemoveBtn: TUiButton [7]
  72.     Left = 265
  73.     Top = 233
  74.     Caption = '&Remove...'
  75.     TabOrder = 3
  76.     OnClick = RemoveClick
  77.     AutoSize = asRight
  78.   end
  79.   object ConfigBtn: TUiButton [8]
  80.     Left = 345
  81.     Top = 233
  82.     Caption = '&Configure...'
  83.     TabOrder = 4
  84.     OnClick = ConfigClick
  85.     AutoSize = asRight
  86.   end
  87.   object ShowSilentCheckOutEdit: TUiCheckBox [9]
  88.     Left = 8
  89.     Top = 264
  90.     Height = 17
  91.     Caption = '&Display silent check out command in menus'
  92.     TabOrder = 5
  93.     OnClick = ShowSilentCheckOutClick
  94.   end
  95.   inherited DefaultBtn: TUiButton
  96.     TabOrder = 6
  97.   end
  98. end
  99.